home *** CD-ROM | disk | FTP | other *** search
- #include <devices/peggympeg.h>
- #include <dos/dosasl.h>
-
- struct PeggyData {
- struct MPEGCDInfo *CDInfo;
- struct MPEGDevInfo *DevInfo;
- struct MPEGStreamInfo *StreamInfo;
- struct MPEGEnvironment *Environment;
- struct MPEGAudioParams *AudioParams;
- struct MPEGBorderParams *BorderParams;
- struct MPEGWindowParams *WindowParams;
- struct MPEGVideoParamsSet *VideoParams;
- struct AnchorPath *WildAnchor;
- };
-